home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 3-Demos / HyperCard Demos / HyperCard In Education / Sort / card_3142.txt < prev    next >
Text File  |  1989-07-14  |  1KB  |  54 lines

  1. -- card: 3142 from stack: in
  2. -- bmap block id: 2213
  3. -- flags: 0000
  4. -- background id: 2811
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=151 top=49 right=269 bottom=354
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 8000
  25. -- rect: left=465 top=310 right=342 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to next card
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part contents for card part 1
  42. ----- text -----
  43.         
  44.  
  45. Hillary Hubbard, grade 9
  46. The Hyperschool
  47. Cincinnati Country Day School
  48. 6905 Given Road
  49. Cincinnati, Ohio 45243
  50.  
  51. This is a selections sort.   It 
  52. copies the random #'s to save 
  53. them, then sorts, then replaces
  54. the original list  with the saved version.